home *** CD-ROM | disk | FTP | other *** search
/ Your Choice 3 / Your Choice Software Collection 3.iso / dos / topfont3 / register.bat < prev    next >
DOS Batch File  |  1994-08-04  |  1KB  |  28 lines

  1. echo off
  2. cls
  3. echo ┌────────────────────────────────────────────────────────────────────────┐
  4. echo │ We are now ready to print a copy of the registration form for the Top  │
  5. echo │ Fonts Sampler. Registered users receive a free font newsletter, free   │
  6. echo │ CompuServe account with $15 access credit, access to technical support,│
  7. echo │ and can purchase our giant 202 outline TrueType collection at the      │
  8. echo │ special price of $59.50, or specialty type collections at $29.50 each. │
  9. echo │                                                                        │
  10. echo │ Make sure your printer is on and ready to run. Then press the enter    │
  11. echo │ key to print a copy of the shareware registration form.                │
  12. echo │                                                                        │
  13. echo │ If you *don't* want to print this, press the Ctrl-C key now to abort   │
  14. echo │ this batch file and return to INSTALL.                                 │
  15. echo └────────────────────────────────────────────────────────────────────────┘
  16. if "%1"=="" goto bad
  17. pause
  18. copy register.doc %1:
  19. goto good
  20. :bad
  21. echo You must include a printer port in the command for this batch file. Try:
  22. echo REGISTER LPT1
  23. echo    or
  24. echo REGISTER COM2
  25. :good
  26.  
  27.  
  28.